home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / mac / greyline.hqx / GrayLine Stack / GRAYLINE.MAC / background_2799.xml < prev    next >
Encoding:
Extensible Markup Language  |  1993-12-20  |  6.5 KB  |  200 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>2799</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_3400.pbm</bitmap>
  7.     <cantDelete> <true /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_4295.css" />
  11.     <part>
  12.         <id>1</id>
  13.         <type>button</type>
  14.         <visible> <true /> </visible>
  15.         <reserved5> 0 </reserved5>
  16.         <reserved4> 0 </reserved4>
  17.         <reserved3> 0 </reserved3>
  18.         <reserved2> 0 </reserved2>
  19.         <reserved1> 0 </reserved1>
  20.         <enabled> <true /> </enabled>
  21.         <rect>
  22.             <left>483</left>
  23.             <top>315</top>
  24.             <right>507</right>
  25.             <bottom>337</bottom>
  26.         </rect>
  27.         <style>transparent</style>
  28.         <showName> <false /> </showName>
  29.         <highlight> <false /> </highlight>
  30.         <autoHighlight> <true /> </autoHighlight>
  31.         <sharedHighlight> <true /> </sharedHighlight>
  32.         <family>0</family>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>1012</icon>
  35.         <textAlign>center</textAlign>
  36.         <font>Chicago</font>
  37.         <textSize>12</textSize>
  38.         <textStyle>plain</textStyle>
  39.         <name>Return</name>
  40.         <script>on mouseUp
  41. visual effect iris close
  42. go back
  43. end mouseUp
  44. </script>
  45.     </part>
  46.     <part>
  47.         <id>3</id>
  48.         <type>button</type>
  49.         <visible> <true /> </visible>
  50.         <reserved5> 0 </reserved5>
  51.         <reserved4> 0 </reserved4>
  52.         <reserved3> 0 </reserved3>
  53.         <reserved2> 0 </reserved2>
  54.         <reserved1> 0 </reserved1>
  55.         <enabled> <true /> </enabled>
  56.         <rect>
  57.             <left>483</left>
  58.             <top>232</top>
  59.             <right>509</right>
  60.             <bottom>258</bottom>
  61.         </rect>
  62.         <style>transparent</style>
  63.         <showName> <false /> </showName>
  64.         <highlight> <false /> </highlight>
  65.         <autoHighlight> <true /> </autoHighlight>
  66.         <sharedHighlight> <true /> </sharedHighlight>
  67.         <family>0</family>
  68.         <titleWidth>0</titleWidth>
  69.         <icon>0</icon>
  70.         <textAlign>center</textAlign>
  71.         <font>Chicago</font>
  72.         <textSize>12</textSize>
  73.         <textStyle>plain</textStyle>
  74.         <name></name>
  75.         <script>on mouseUp
  76. put cd fld mapname into temp
  77. visual iris close
  78. go to card "World Map"
  79. repeat 10
  80. set the hilite of cd btn temp to true
  81. set the hilite of cd btn temp to false
  82. end repeat
  83. end mouseUp
  84. </script>
  85.     </part>
  86.     <part>
  87.         <id>4</id>
  88.         <type>button</type>
  89.         <visible> <true /> </visible>
  90.         <reserved5> 0 </reserved5>
  91.         <reserved4> 0 </reserved4>
  92.         <reserved3> 0 </reserved3>
  93.         <reserved2> 0 </reserved2>
  94.         <reserved1> 0 </reserved1>
  95.         <enabled> <true /> </enabled>
  96.         <rect>
  97.             <left>482</left>
  98.             <top>144</top>
  99.             <right>509</right>
  100.             <bottom>170</bottom>
  101.         </rect>
  102.         <style>transparent</style>
  103.         <showName> <false /> </showName>
  104.         <highlight> <false /> </highlight>
  105.         <autoHighlight> <true /> </autoHighlight>
  106.         <sharedHighlight> <true /> </sharedHighlight>
  107.         <family>0</family>
  108.         <titleWidth>0</titleWidth>
  109.         <icon>0</icon>
  110.         <textAlign>center</textAlign>
  111.         <font>Chicago</font>
  112.         <textSize>12</textSize>
  113.         <textStyle>plain</textStyle>
  114.         <name></name>
  115.         <script>on mouseUp
  116. global selectedCountry
  117. if selectedCountry = "" then
  118. answer "Please select a country first."
  119. exit mouseUp
  120. end if
  121. go to card selectedCountry
  122. if the result is not empty then
  123. put "Sorry.  No fact card for " & quote &┬¼
  124. selectedCountry & quote & "." into askMsg
  125. answer askMsg
  126. exit mouseUp
  127. end if
  128. end mouseUp
  129. </script>
  130.     </part>
  131.     <part>
  132.         <id>5</id>
  133.         <type>button</type>
  134.         <visible> <true /> </visible>
  135.         <reserved5> 0 </reserved5>
  136.         <reserved4> 0 </reserved4>
  137.         <reserved3> 0 </reserved3>
  138.         <reserved2> 0 </reserved2>
  139.         <reserved1> 0 </reserved1>
  140.         <enabled> <true /> </enabled>
  141.         <rect>
  142.             <left>482</left>
  143.             <top>187</top>
  144.             <right>509</right>
  145.             <bottom>213</bottom>
  146.         </rect>
  147.         <style>transparent</style>
  148.         <showName> <false /> </showName>
  149.         <highlight> <false /> </highlight>
  150.         <autoHighlight> <true /> </autoHighlight>
  151.         <sharedHighlight> <true /> </sharedHighlight>
  152.         <family>0</family>
  153.         <titleWidth>0</titleWidth>
  154.         <icon>0</icon>
  155.         <textAlign>center</textAlign>
  156.         <font>Chicago</font>
  157.         <textSize>12</textSize>
  158.         <textStyle>plain</textStyle>
  159.         <name></name>
  160.         <script>on mouseUp
  161. set cursor to watch
  162. global selectedCountry
  163. if selectedCountry = "" then
  164. answer "Please select a country first."
  165. exit mouseUp
  166. end if
  167. put selectedCountry into temp
  168. go to card selectedCountry of stack "Radio"
  169. if the result is not empty then
  170. put "Sorry.  No list cards for " & quote &┬¼
  171. temp & quote & "." into askMsg
  172. answer askMsg
  173. exit mouseUp
  174. end if
  175. set cursor to browse
  176. end mouseUp
  177. </script>
  178.     </part>
  179.     <part>
  180.         <id>6</id>
  181.         <type>button</type>
  182.         <visible> <true /> </visible>
  183.         <reserved5> 0 </reserved5>
  184.         <reserved4> 0 </reserved4>
  185.         <reserved3> 0 </reserved3>
  186.         <reserved2> 0 </reserved2>
  187.         <reserved1> 0 </reserved1>
  188.         <enabled> <true /> </enabled>
  189.         <rect>
  190.             <left>483</left>
  191.             <top>36</top>
  192.             <right>509</right>
  193.             <bottom>63</bottom>
  194.         </rect>
  195.         <style>transparent</style>
  196.         <showName> <false /> </showName>
  197.         <highlight> <false /> </highlight>
  198.         <autoHighlight> <true /> </autoHighlight>
  199.         <sharedHighlight> <true /> </sharedHighlight>
  200.         <family>0</family>
  201.         <titleWidth>0</titleWidth>
  202.         <icon>0</icon>
  203.         <textAlign>center</textAlign>
  204.         <font>Chicago</font>
  205.         <textSize>12</textSize>
  206.         <textStyle>plain</textStyle>
  207.         <name></name>
  208.         <script>on mouseUp
  209. visual effect iris close
  210. go to card "radio home" of stack "Radio"
  211. end mouseUp
  212. </script>
  213.     </part>
  214.     <part>
  215.         <id>7</id>
  216.         <type>button</type>
  217.         <visible> <true /> </visible>
  218.         <reserved5> 0 </reserved5>
  219.         <reserved4> 0 </reserved4>
  220.         <reserved3> 0 </reserved3>
  221.         <reserved2> 0 </reserved2>
  222.         <reserved1> 0 </reserved1>
  223.         <enabled> <true /> </enabled>
  224.         <rect>
  225.             <left>479</left>
  226.             <top>99</top>
  227.             <right>512</right>
  228.             <bottom>128</bottom>
  229.         </rect>
  230.         <style>transparent</style>
  231.         <showName> <false /> </showName>
  232.         <highlight> <false /> </highlight>
  233.         <autoHighlight> <false /> </autoHighlight>
  234.         <sharedHighlight> <true /> </sharedHighlight>
  235.         <family>0</family>
  236.         <titleWidth>0</titleWidth>
  237.         <icon>0</icon>
  238.         <textAlign>center</textAlign>
  239.         <font>Chicago</font>
  240.         <textSize>12</textSize>
  241.         <textStyle>plain</textStyle>
  242.         <name></name>
  243.         <script>on mouseUp
  244. doMenu Find...
  245. end mouseUp
  246.  
  247. </script>
  248.     </part>
  249.     <name></name>
  250.     <script>on clickOn buttonName
  251. global selectedCountry
  252. lock screen
  253. if selectedCountry <> "" then
  254. set hilite of cd btn selectedCountry to false
  255. end if
  256. put buttonName into selectedCountry
  257. set hilite of cd btn selectedCountry to true
  258. unlock screen
  259. end clickOn
  260.  
  261. on openCard
  262. put the short name of this card into cd fld MapName
  263. end openCard
  264.  
  265. on closeCard
  266. global selectedCountry
  267. if selectedCountry <> "" then
  268. set hilite of cd btn selectedCountry to false
  269. end if
  270. put "" into selectedCountry
  271. end closeCard</script>
  272. </background>
  273.